home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / src / include / libqsys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-11  |  366 b   |  23 lines

  1. #ifndef    LIBQSYS_H
  2. #define    LIBQSYS_H
  3.  
  4. #ifdef    HAVE_CONFIG_H
  5. # include "./config.h"
  6. #endif
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <strings.h>
  10. #include <stdarg.h>
  11. #include <setjmp.h>
  12. #ifdef HAVE_DIRENT_H
  13. # include <dirent.h>
  14. #endif
  15.  
  16. /*
  17.  * ============================================================================
  18.  */
  19.  
  20. #include "../libqsys/generic.h"
  21.  
  22. #endif
  23.